go/types.typeWriter.tparams (field)

5 uses

	go/types (current package)
		typestring.go#L81: 	tparams *TypeParamList // local type parameters
		typestring.go#L302: 		if i := tparamIndex(w.tparams.list(), t); i >= 0 {
		typestring.go#L442: 			assert(w.tparams == nil)
		typestring.go#L443: 			w.tparams = sig.TypeParams()
		typestring.go#L445: 				w.tparams = nil